The Four Lemma and Five Lemma
The four lemma and five lemma are similar to the snake lemma in the sense that they relate information between two exact sequences. However, these lemmas say something about the maps connecting the two sequences such as injectivity, surjectivity, or even when a map is an isomorphism. Most of the time these lemmas are used when the modules on the far left or far right in each sequence are both zero and the map connecting them is the identity map so as to trivially satisfy the assumptions.
Lemma 1. (Four Lemma)
- Suppose that one has the following commutative diagram with exact rows: Aφ→Bψ→Cσ→D↓α↓β↓γ↓δA′φ′→B′ψ′→C′σ′→D If β and δ are injective and α is surjective, then γ is injective.
- Suppose that one has the following commutative diagram with exact rows: Bψ→Cσ→Dτ→E↓β↓γ↓δ↓εB′ψ′→C′σ′→D′τ′→E′ If β and δ are surjective and ε is injective, then γ is surjective.
- In order to show that γ is injective, we will show that kerγ=0. Let x∈C be an element so that γ(x)=0. Then certainly the composition σ′(γ(x))=0. However, by the commutativity of the diagram, δ(σ(x))=σ′(γ(x))=0. However, δ is injective so it must be that σ(x)=0. Hence x∈kerσ=imψ by exactness, so there exists an element y∈B so that ψ(y)=x. Now by commutativity of the diagram, we observe that ψ′(β(y))=γ(ψ(y))=γ(x)=0. Hence β(y)∈kerψ′=imφ′, so there exists an element z∈A′ so that φ′(z)=β(y). Now since α is surjective, there exists an element a∈A so that α(a)=z. Then by commutativity, we have that β(φ(a))=φ′(α(a))=φ′(z)=β(y) However, β is injective so it must be that y=φ(a). Finally, we see that x=ψ(y)=ψ(φ(a))=0 due to exactness since ψ∘φ=0. Hence x=0 so we conclude that kerγ=0 so γ is indeed injective.
- Let x∈C′ be any element. Then since δ is a surjective map, there exists an element y∈D so that δ(y)=σ′(x). By commutativity, τ′(δ(y))=ε(τ(y)). Now since δ(y)=σ′(x) and exactness, we observe that ε(τ(y))=τ′(δ(y))=τ′(σ′(x))=0 since τ′∘σ′=0. Hence τ(y)∈kerε=0 since ε is injective. Hence τ(y)=0 so y∈kerτ=imσ so there exists an element z∈C so that σ(z)=y. Then by the commutativity of the diagram, we have that σ′(γ(z))=δ(σ(z))=δ(y)=σ′(x). Now by linearity, we see that σ′(x−γ(z))=0. Hence x−γ(z)∈kerσ′=imψ′, hence there exists an element w∈B′ so that ψ′(w)=x−γ(z). Now as β is surjective, there exists an element b∈B so that β(b)=w. Then by commutativity, γ(ψ(b))=ψ′(β(b))=ψ′(w)=x−γ(z) Now by linearity, we see that x=γ(ψ(b))+γ(z)=γ(ψ(b)+z). Hence x∈imγ so we conclude that γ is surjective.